home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tokyo Night Life Interactive
/
Tokyo Night Life Interactive.iso
/
pc
/
main
/
entry
/
00068_Script_68
< prev
next >
Wrap
Text File
|
1995-06-01
|
386b
|
22 lines
on startMovie
global flag, c_tel
set flag = 0
end startMovie
on idle
global flag
if rollover(4) or rollover(5) then
set flag = flag + 1
if flag = 10 then
cursor 200
end if
if flag > 20 then
set flag = 0
cursor -1
end if
else
cursor -1
end if
end idle